home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 001a / seyon213.tz / seyon213 / seyon / script.unix < prev    next >
Text File  |  1993-01-02  |  214b  |  17 lines

  1. # just a comment
  2.  
  3. echo "Starting script..."
  4.  
  5. waitfor "HOST>"
  6. transmit "term download^M"
  7.  
  8. waitfor "HOST>"
  9. transmit "telnet comp^M"
  10.  
  11. waitfor "login: "
  12. transmit "jonedoe^M"
  13.  
  14. waitfor "Password:"
  15. transmit "sunshine^M"
  16.  
  17.